Skip to main content

All Questions

1vote
1answer
686views

How to get du -ksh working without a carriage return in shell-scripting?

Working on a script to fit a specific format. I need the results of the command to be echoed between pipes | X |. When I try to use du -ksh it always brings a carriage return. Any idea how to deal ...
Ant69's user avatar

close